-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adapt stdout to upstream changes #3
Conversation
process/firehoseDataProcessor.go
Outdated
) | ||
if err != nil { | ||
return fmt.Errorf("could not write %s prefix , err: %w", endBlockPrefix, err) | ||
return fmt.Errorf("could not write %s , err: %w", blockPrefix, err) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now that we have only one entry line and there is just blockPrefix, i don't think it's useful anymore to have it into the error message
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right, will just propagate the error as it is
No description provided.